home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-4 / card_20926.txt < prev    next >
Text File  |  1990-04-06  |  4KB  |  162 lines

  1. -- card: 20926 from stack: in.0-4
  2. -- bmap block id: 21008
  3. -- flags: 0000
  4. -- background id: 4102
  5. -- name: Ex 4.4
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0006
  11. -- rect: left=142 top=154 right=170 bottom=368
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: A1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hideFeedback
  23.   HiliteRadio
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 7 (button)
  29. -- low flags: 00
  30. -- high flags: 0006
  31. -- rect: left=142 top=179 right=231 bottom=448
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: A2
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   hideFeedback
  43.   HiliteRadio
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 8 (button)
  49. -- low flags: 00
  50. -- high flags: 0006
  51. -- rect: left=142 top=239 right=279 bottom=448
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: A3
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   hideFeedback
  63.   HiliteRadio
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 17 (button)
  69. -- low flags: 00
  70. -- high flags: A003
  71. -- rect: left=200 top=311 right=329 bottom=259
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Done
  80. ----- HyperTalk script -----
  81. -- The handler for "checkOneRight" is in the stack script.
  82. on mouseUp
  83.   checkOneRight cd
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 18 (button)
  89. -- low flags: 00
  90. -- high flags: A003
  91. -- rect: left=273 top=311 right=329 bottom=391
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Correct Answer
  100. ----- HyperTalk script -----
  101. -- This handler shows the correct answer.
  102.  
  103. on mouseUp
  104.   resetCd
  105.   set hilite of btn "A3" to true
  106.   wait 25
  107.   repeat 2
  108.     set hilite of btn "A3" to false
  109.     wait 25
  110.     set hilite of btn "A3" to true
  111.     wait 25
  112.   end repeat
  113.   ans 4,cd
  114. end mouseUp
  115.  
  116.  
  117.  
  118. -- part 20 (field)
  119. -- low flags: 81
  120. -- high flags: 0004
  121. -- rect: left=8 top=165 right=317 bottom=140
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 0 / 0
  124. -- text alignment: 0
  125. -- font id: 174
  126. -- text size: 12
  127. -- style flags: 0
  128. -- line height: 16
  129. -- part name: Feedback
  130. ----- HyperTalk script -----
  131. on mouseUp
  132.   hide me
  133. end mouseUp
  134.  
  135.  
  136.  
  137. -- part contents for background part 9
  138. ----- text -----
  139. 4 of 5
  140.  
  141. -- part contents for background part 19
  142. ----- text -----
  143. But I thought HyperCard had new printing capabilities. Are you sure HyperCard can‚Äôt do what we need?
  144. That‚Äôs not quite what I need. Can‚Äôt I print just some of the information from a particular card?
  145. That solves our problem exactly. Thank you.
  146. This is the correct answer. He needs to know that he can print part of the information on a single card.
  147.  
  148.  
  149. -- part contents for background part 31
  150. ----- text -----
  151. No, sorry.
  152.  
  153. Of course. You can print out one card or all the cards of a HyperCard stack at any time‚Äîyou can even print out only the cards you want, as many to a page as you want.
  154.  
  155. Oh yes. You can set up multiple saved reports for any stack, arranging the reports to show the information from any fields you want.
  156.  
  157. -- part contents for background part 30
  158. ----- text -----
  159.          We also need to be able to print out
  160.        different kinds of reports from our 
  161.       information. All this information will be on
  162.     the same screen on the computer, but we only want to print out parts of it. Can HyperCard handle that ?